SByteNINumericSByteNIsLessThanOrEqualTo Method
Determines whether the current value is less than or equal to the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<SByteN>.IsLessThanOrEqualTo(
SByteN value
)
Private Function IsLessThanOrEqualTo (
value As SByteN
) As Boolean Implements INumeric(Of SByteN).IsLessThanOrEqualTo
private:
virtual bool IsLessThanOrEqualTo(
SByteN value
) sealed = INumeric<SByteN>::IsLessThanOrEqualTo
private abstract IsLessThanOrEqualTo :
value : SByteN -> bool
private override IsLessThanOrEqualTo :
value : SByteN -> bool
- value SByteN
- The value to compare with the current value.
Boolean if the current value is less than or equal to
value; otherwise,
.
INumericTSelfIsLessThanOrEqualTo(TSelf)